home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyprvx11 / ss-copse < prev    next >
Encoding:
Text File  |  1990-11-10  |  1.5 KB  |  39 lines

  1. SET-SHOW COPY_SELF
  2.  
  3. Sets the default for determining whether the SEND, REPLY or FORWARD commands
  4. return a copy of the message being sent back to you. By specifying NOSEND,
  5. NOREPLY or NOFORWARD with the SET COPY_SELF command, you can clear any default
  6. copying you have established with the SET COPY_SELF command.
  7.      
  8. The SHOW COPY_SELF command displays the established copying.
  9.  
  10. Format:        SET COPY_SELF command [,command]
  11.  
  12.                SHOW COPY_SELF
  13.  
  14. Parameters:    command
  15.  
  16.                     The "command" parameter can be any one of the following:     
  17.                     SEND, NOSEND, REPLY, NOREPLY, FORWARD, or NOFORWARD. You 
  18.                     can use NOSEND, NOFORWARD, and NOREPLY to reverse previous   
  19.                     settings of SEND, FORWARD, and REPLY, respectively.
  20.  
  21. Examples:
  22.  
  23.         1.
  24.              MAIL> SHOW COPY_SELF
  25.              Automatic copies to yourself are disabled
  26.  
  27.                     This example shows the message MAIL displays when you have   
  28.                     not used the SET COPY_SELF command and you enter the SHOW    
  29.                     COPY_SELF command.
  30.  
  31.         2.
  32.              MAIL> SET COPY_SELF SEND
  33.              MAIL> SHOW COPY_SELF
  34.              Automatic copy to yourself on SEND
  35.  
  36.                     This example shows how to use the SET COPY_SELF command to
  37.                     enable copies of mail messages you send to be copied back 
  38.                     to you. The SHOW COPY_SELF indicates that you have enabled
  39.                     automatic copying.